home *** CD-ROM | disk | FTP | other *** search
- /* text.c */
- void cmov2i(long sx,long sy);
- void cmovi(long sx,long sy,long sz);
- void cmov2s(short sx,short sy);
- void cmovs(short sx,short sy,short sz);
- void cmov2(float fx,float fy);
- void cmov(float fx,float fy,float fz);
- void charstr(char *string);
- void getcpos(short *cx,short *cy);
-
-